﻿2026-07-05T00:25:35.5350447Z ##[group]Run $ErrorActionPreference = "Stop"
2026-07-05T00:25:35.5350990Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-07-05T00:25:35.5351271Z [36;1m$PIN = "0c95435"[0m
2026-07-05T00:25:35.5351517Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-07-05T00:25:35.5351800Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-07-05T00:25:35.5352175Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-07-05T00:25:35.5352732Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-07-05T00:25:35.5353205Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-07-05T00:25:35.5353599Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-07-05T00:25:35.5353872Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-07-05T00:25:35.5354232Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-07-05T00:25:35.5354543Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-07-05T00:25:35.5354964Z [36;1m}[0m
2026-07-05T00:25:35.5355111Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-07-05T00:25:35.5355377Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-05T00:25:35.5433774Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-05T00:25:35.5434121Z ##[endgroup]
2026-07-05T00:25:36.8068438Z    Compiling proc-macro2 v1.0.106
2026-07-05T00:25:36.8068794Z    Compiling quote v1.0.45
2026-07-05T00:25:36.8069033Z    Compiling unicode-ident v1.0.24
2026-07-05T00:25:36.8069587Z    Compiling cfg-if v1.0.4
2026-07-05T00:25:36.8069999Z    Compiling serde_core v1.0.228
2026-07-05T00:25:36.8070311Z    Compiling serde v1.0.228
2026-07-05T00:25:36.8070676Z    Compiling windows-link v0.2.1
2026-07-05T00:25:36.8071056Z    Compiling typenum v1.20.1
2026-07-05T00:25:36.8071548Z    Compiling portable-atomic v1.13.1
2026-07-05T00:25:36.8071969Z    Compiling getrandom v0.3.4
2026-07-05T00:25:36.8072329Z    Compiling pin-project-lite v0.2.17
2026-07-05T00:25:36.8072730Z    Compiling version_check v0.9.5
2026-07-05T00:25:36.8073038Z    Compiling memchr v2.8.1
2026-07-05T00:25:36.8073306Z    Compiling shlex v2.0.1
2026-07-05T00:25:36.8073688Z    Compiling critical-section v1.2.0
2026-07-05T00:25:36.8074216Z    Compiling find-msvc-tools v0.1.9
2026-07-05T00:25:36.9135075Z    Compiling windows-sys v0.61.2
2026-07-05T00:25:36.9385569Z    Compiling subtle v2.6.1
2026-07-05T00:25:36.9770304Z    Compiling smallvec v1.15.1
2026-07-05T00:25:36.9879423Z    Compiling futures-core v0.3.32
2026-07-05T00:25:37.0639014Z    Compiling equivalent v1.0.2
2026-07-05T00:25:37.1796974Z    Compiling bytes v1.11.1
2026-07-05T00:25:37.2255694Z    Compiling itoa v1.0.18
2026-07-05T00:25:37.2951841Z    Compiling semver v1.0.28
2026-07-05T00:25:37.3532964Z    Compiling stable_deref_trait v1.2.1
2026-07-05T00:25:37.3704720Z    Compiling log v0.4.32
2026-07-05T00:25:37.4150538Z    Compiling generic-array v0.14.7
2026-07-05T00:25:37.4407297Z    Compiling futures-sink v0.3.32
2026-07-05T00:25:37.5163757Z    Compiling rand_core v0.10.1
2026-07-05T00:25:37.5538704Z    Compiling rustc_version v0.4.1
2026-07-05T00:25:37.5644545Z    Compiling slab v0.4.12
2026-07-05T00:25:37.7010109Z    Compiling futures-io v0.3.32
2026-07-05T00:25:37.7139912Z    Compiling futures-channel v0.3.32
2026-07-05T00:25:37.8102267Z    Compiling hashbrown v0.17.1
2026-07-05T00:25:37.8893469Z    Compiling futures-task v0.3.32
2026-07-05T00:25:37.9438079Z    Compiling rustversion v1.0.22
2026-07-05T00:25:37.9458243Z    Compiling getrandom v0.2.17
2026-07-05T00:25:37.9596592Z    Compiling cpufeatures v0.2.17
2026-07-05T00:25:37.9653286Z    Compiling getrandom v0.4.2
2026-07-05T00:25:37.9668082Z    Compiling fnv v1.0.7
2026-07-05T00:25:38.0346407Z    Compiling libc v0.2.186
2026-07-05T00:25:38.0383954Z    Compiling cfg_aliases v0.2.1
2026-07-05T00:25:38.1244964Z    Compiling strsim v0.11.1
2026-07-05T00:25:38.5471911Z    Compiling litemap v0.8.2
2026-07-05T00:25:38.7074808Z    Compiling autocfg v1.5.1
2026-07-05T00:25:38.7298712Z    Compiling jobserver v0.1.34
2026-07-05T00:25:38.7640804Z    Compiling writeable v0.6.3
2026-07-05T00:25:38.7754412Z    Compiling ident_case v1.0.1
2026-07-05T00:25:38.8219826Z    Compiling icu_normalizer_data v2.2.0
2026-07-05T00:25:38.8641952Z    Compiling icu_properties_data v2.2.0
2026-07-05T00:25:38.8969195Z    Compiling utf8_iter v1.0.4
2026-07-05T00:25:38.9849282Z    Compiling cc v1.2.63
2026-07-05T00:25:39.1111246Z    Compiling dunce v1.0.5
2026-07-05T00:25:39.1745152Z    Compiling indexmap v2.14.0
2026-07-05T00:25:39.2482690Z    Compiling fs_extra v1.3.0
2026-07-05T00:25:39.2735704Z    Compiling syn v2.0.117
2026-07-05T00:25:39.3166732Z    Compiling crypto-common v0.1.7
2026-07-05T00:25:39.3891935Z    Compiling percent-encoding v2.3.2
2026-07-05T00:25:39.3892352Z    Compiling http v1.4.1
2026-07-05T00:25:39.4111412Z    Compiling cpufeatures v0.3.0
2026-07-05T00:25:39.4277207Z    Compiling aws-lc-rs v1.17.0
2026-07-05T00:25:39.4507354Z    Compiling thiserror v2.0.18
2026-07-05T00:25:39.4863709Z    Compiling unicode-segmentation v1.13.3
2026-07-05T00:25:39.5545985Z    Compiling scopeguard v1.2.0
2026-07-05T00:25:39.6535555Z    Compiling lock_api v0.4.14
2026-07-05T00:25:39.6901454Z    Compiling form_urlencoded v1.2.2
2026-07-05T00:25:39.6977521Z    Compiling chacha20 v0.10.0
2026-07-05T00:25:39.7494776Z    Compiling block-buffer v0.10.4
2026-07-05T00:25:39.9405332Z    Compiling bitflags v2.12.1
2026-07-05T00:25:40.0189285Z    Compiling cmake v0.1.58
2026-07-05T00:25:40.0324817Z    Compiling winapi v0.3.9
2026-07-05T00:25:40.0431497Z    Compiling untrusted v0.9.0
2026-07-05T00:25:40.0562750Z    Compiling rand v0.10.1
2026-07-05T00:25:40.1068362Z    Compiling digest v0.10.7
2026-07-05T00:25:40.1596914Z    Compiling num-traits v0.2.19
2026-07-05T00:25:40.1701788Z    Compiling windows-strings v0.5.1
2026-07-05T00:25:40.5175031Z    Compiling windows-result v0.4.1
2026-07-05T00:25:40.6085153Z    Compiling heck v0.5.0
2026-07-05T00:25:40.7793047Z    Compiling rustls v0.23.40
2026-07-05T00:25:40.8012096Z    Compiling convert_case v0.10.0
2026-07-05T00:25:40.8998252Z    Compiling aws-lc-sys v0.41.0
2026-07-05T00:25:41.0598100Z    Compiling ring v0.17.14
2026-07-05T00:25:41.1043390Z    Compiling unicode-xid v0.2.6
2026-07-05T00:25:41.1157376Z    Compiling anyhow v1.0.102
2026-07-05T00:25:41.1844277Z    Compiling atomic-waker v1.1.2
2026-07-05T00:25:41.3256419Z    Compiling const-oid v0.10.2
2026-07-05T00:25:41.3352319Z    Compiling zerocopy v0.8.50
2026-07-05T00:25:41.3460609Z    Compiling parking_lot_core v0.9.12
2026-07-05T00:25:41.4084546Z    Compiling httparse v1.10.1
2026-07-05T00:25:41.4306392Z    Compiling http-body v1.0.1
2026-07-05T00:25:41.4637634Z    Compiling curve25519-dalek v4.1.3
2026-07-05T00:25:41.5010620Z    Compiling hybrid-array v0.4.12
2026-07-05T00:25:41.7758634Z    Compiling ahash v0.8.12
2026-07-05T00:25:41.7759257Z    Compiling powerfmt v0.2.0
2026-07-05T00:25:41.9430019Z    Compiling either v1.16.0
2026-07-05T00:25:41.9431195Z    Compiling fastrand v2.4.1
2026-07-05T00:25:42.2211143Z    Compiling base64ct v1.8.3
2026-07-05T00:25:42.5448453Z    Compiling deranged v0.5.8
2026-07-05T00:25:42.5690822Z    Compiling uuid v1.23.2
2026-07-05T00:25:42.5902329Z    Compiling rand_core v0.6.4
2026-07-05T00:25:42.8556222Z    Compiling synstructure v0.13.2
2026-07-05T00:25:42.8769612Z    Compiling darling_core v0.20.11
2026-07-05T00:25:42.9936477Z    Compiling pem-rfc7468 v1.0.0
2026-07-05T00:25:43.1637273Z    Compiling time-core v0.1.8
2026-07-05T00:25:43.1662438Z    Compiling try-lock v0.2.5
2026-07-05T00:25:43.2181796Z    Compiling base64 v0.22.1
2026-07-05T00:25:43.3352247Z    Compiling zmij v1.0.21
2026-07-05T00:25:43.3547903Z    Compiling tinyvec_macros v0.1.1
2026-07-05T00:25:43.3697688Z    Compiling vcpkg v0.2.15
2026-07-05T00:25:43.4168333Z    Compiling tower-service v0.3.3
2026-07-05T00:25:43.4786852Z    Compiling data-encoding v2.11.0
2026-07-05T00:25:43.4951565Z    Compiling pkg-config v0.3.33
2026-07-05T00:25:43.5163694Z    Compiling num-conv v0.2.2
2026-07-05T00:25:43.5417748Z    Compiling tinyvec v1.11.0
2026-07-05T00:25:43.6648848Z    Compiling want v0.3.1
2026-07-05T00:25:43.7352197Z    Compiling parking_lot v0.12.5
2026-07-05T00:25:43.7779221Z    Compiling block-buffer v0.12.0
2026-07-05T00:25:43.9306000Z    Compiling crypto-common v0.2.2
2026-07-05T00:25:44.0030673Z    Compiling sha2 v0.10.9
2026-07-05T00:25:44.0543747Z    Compiling vergen-lib v9.1.0
2026-07-05T00:25:44.0739313Z    Compiling inout v0.1.4
2026-07-05T00:25:44.1009101Z    Compiling n0-future v0.3.2
2026-07-05T00:25:44.2487524Z    Compiling windows_x86_64_msvc v0.52.6
2026-07-05T00:25:44.2741427Z    Compiling cordyceps v0.3.4
2026-07-05T00:25:44.4298652Z    Compiling signature v2.2.0
2026-07-05T00:25:44.5131237Z    Compiling socket2 v0.6.4
2026-07-05T00:25:44.5464677Z    Compiling mio v1.2.1
2026-07-05T00:25:44.5673015Z    Compiling libsqlite3-sys v0.30.1
2026-07-05T00:25:44.5947004Z    Compiling diatomic-waker v0.2.3
2026-07-05T00:25:44.7189374Z    Compiling winnow v1.0.3
2026-07-05T00:25:44.7345428Z    Compiling serde_json v1.0.150
2026-07-05T00:25:44.7615459Z    Compiling crossbeam-utils v0.8.21
2026-07-05T00:25:44.7615926Z    Compiling parking v2.2.1
2026-07-05T00:25:44.9392313Z    Compiling spin v0.10.0
2026-07-05T00:25:45.0661487Z    Compiling httpdate v1.0.3
2026-07-05T00:25:45.1006325Z    Compiling futures-lite v2.6.1
2026-07-05T00:25:45.2099984Z    Compiling futures-buffered v0.2.13
2026-07-05T00:25:45.4214218Z    Compiling digest v0.11.3
2026-07-05T00:25:45.4315716Z    Compiling ed25519 v2.2.3
2026-07-05T00:25:45.5467772Z    Compiling serde_derive v1.0.228
2026-07-05T00:25:45.6695534Z    Compiling zeroize_derive v1.4.3
2026-07-05T00:25:45.6833732Z    Compiling zerofrom-derive v0.1.7
2026-07-05T00:25:45.7240714Z    Compiling yoke-derive v0.8.2
2026-07-05T00:25:45.8560490Z    Compiling tokio-macros v2.7.0
2026-07-05T00:25:45.8794023Z    Compiling futures-macro v0.3.32
2026-07-05T00:25:45.9473603Z    Compiling zerovec-derive v0.11.3
2026-07-05T00:25:46.0397677Z    Compiling displaydoc v0.2.6
2026-07-05T00:25:46.1158364Z    Compiling tracing-attributes v0.1.31
2026-07-05T00:25:46.1679371Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-05T00:25:46.3645598Z    Compiling thiserror-impl v2.0.18
2026-07-05T00:25:46.7863167Z    Compiling darling_macro v0.20.11
2026-07-05T00:25:46.9857389Z    Compiling zeroize v1.8.2
2026-07-05T00:25:47.1010163Z    Compiling derive_more-impl v2.1.1
2026-07-05T00:25:47.1099559Z    Compiling tokio v1.52.3
2026-07-05T00:25:47.4726548Z    Compiling rustls-pki-types v1.14.1
2026-07-05T00:25:47.4908876Z    Compiling darling v0.20.11
2026-07-05T00:25:47.5689697Z    Compiling windows-interface v0.59.3
2026-07-05T00:25:47.7821487Z    Compiling futures-util v0.3.32
2026-07-05T00:25:47.8796424Z    Compiling derive_builder_core v0.20.2
2026-07-05T00:25:47.8933612Z    Compiling spez v0.1.2
2026-07-05T00:25:47.9018707Z    Compiling zerofrom v0.1.8
2026-07-05T00:25:47.9121964Z    Compiling n0-error-macros v0.1.3
2026-07-05T00:25:47.9253966Z    Compiling windows-implement v0.60.2
2026-07-05T00:25:48.3140358Z    Compiling yoke v0.8.3
2026-07-05T00:25:48.6281305Z    Compiling der v0.8.0-rc.10
2026-07-05T00:25:48.7514200Z    Compiling zerovec v0.11.6
2026-07-05T00:25:48.8210421Z    Compiling zerotrie v0.2.4
2026-07-05T00:25:48.8245318Z    Compiling pin-project-internal v1.1.13
2026-07-05T00:25:48.8642645Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-05T00:25:49.0336342Z    Compiling windows-core v0.62.2
2026-07-05T00:25:49.3674565Z    Compiling derive_builder_macro v0.20.2
2026-07-05T00:25:49.4602722Z    Compiling tinystr v0.8.3
2026-07-05T00:25:49.4803278Z    Compiling potential_utf v0.1.5
2026-07-05T00:25:49.5109052Z    Compiling n0-error v0.1.3
2026-07-05T00:25:49.5845351Z    Compiling cipher v0.4.4
2026-07-05T00:25:49.7300696Z    Compiling icu_locale_core v2.2.0
2026-07-05T00:25:49.7598810Z    Compiling icu_collections v2.2.0
2026-07-05T00:25:49.8438928Z    Compiling spki v0.8.0-rc.4
2026-07-05T00:25:49.9891193Z    Compiling derive_builder v0.20.2
2026-07-05T00:25:50.0924179Z    Compiling vergen v9.1.0
2026-07-05T00:25:50.1292614Z    Compiling vergen-lib v0.1.6
2026-07-05T00:25:50.2254130Z    Compiling universal-hash v0.5.1
2026-07-05T00:25:50.3020035Z    Compiling noq-udp v0.10.0
2026-07-05T00:25:50.3405222Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-05T00:25:50.4963851Z    Compiling heapless v0.7.17
2026-07-05T00:25:50.5023781Z    Compiling sync_wrapper v1.0.2
2026-07-05T00:25:50.5031641Z    Compiling allocator-api2 v0.2.21
2026-07-05T00:25:50.6471455Z    Compiling byteorder v1.5.0
2026-07-05T00:25:50.6473367Z    Compiling opaque-debug v0.3.1
2026-07-05T00:25:50.6667564Z    Compiling pin-project v1.1.13
2026-07-05T00:25:50.6883225Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-05T00:25:50.7936560Z    Compiling icu_provider v2.2.0
2026-07-05T00:25:50.8824661Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-05T00:25:50.9127743Z    Compiling hash32 v0.2.1
2026-07-05T00:25:50.9383888Z    Compiling polyval v0.6.2
2026-07-05T00:25:51.0162118Z    Compiling ipnet v2.12.0
2026-07-05T00:25:51.1056205Z    Compiling icu_properties v2.2.0
2026-07-05T00:25:51.1269076Z    Compiling icu_normalizer v2.2.0
2026-07-05T00:25:51.1374087Z    Compiling futures-executor v0.3.32
2026-07-05T00:25:51.1698829Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-05T00:25:51.2409977Z    Compiling ed25519-dalek v2.2.0
2026-07-05T00:25:51.4616655Z    Compiling prefix-trie v0.8.4
2026-07-05T00:25:51.6187999Z    Compiling vergen-gitcl v1.0.8
2026-07-05T00:25:51.6541996Z    Compiling once_cell v1.21.4
2026-07-05T00:25:51.6592272Z    Compiling spin v0.9.8
2026-07-05T00:25:51.6827999Z    Compiling windows-threading v0.2.1
2026-07-05T00:25:51.7319739Z    Compiling tower-layer v0.3.3
2026-07-05T00:25:51.7498313Z    Compiling signature v3.0.0
2026-07-05T00:25:51.9809389Z    Compiling tracing-core v0.1.36
2026-07-05T00:25:52.0283169Z    Compiling tokio-util v0.7.18
2026-07-05T00:25:52.0778585Z    Compiling ryu v1.0.23
2026-07-05T00:25:52.0926183Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-05T00:25:52.0989950Z    Compiling derive_more v2.1.1
2026-07-05T00:25:52.1835187Z    Compiling fallible-iterator v0.3.0
2026-07-05T00:25:52.3128948Z    Compiling hashbrown v0.14.5
2026-07-05T00:25:52.3285673Z    Compiling ed25519 v3.0.0-rc.4
2026-07-05T00:25:52.3636626Z    Compiling windows-future v0.3.2
2026-07-05T00:25:52.4126344Z    Compiling windows-targets v0.52.6
2026-07-05T00:25:52.4556206Z    Compiling proc-macro-crate v3.5.0
2026-07-05T00:25:52.6125785Z    Compiling tracing v0.1.44
2026-07-05T00:25:52.6378103Z    Compiling idna_adapter v1.2.2
2026-07-05T00:25:52.7090209Z    Compiling spt-proto v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-07-05T00:25:52.9956814Z    Compiling idna v1.1.0
2026-07-05T00:25:53.0296210Z    Compiling hashlink v0.9.1
2026-07-05T00:25:53.0843543Z    Compiling futures v0.3.32
2026-07-05T00:25:53.1863829Z    Compiling h2 v0.4.14
2026-07-05T00:25:53.2602000Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-05T00:25:53.2896621Z    Compiling ghash v0.5.1
2026-07-05T00:25:53.3548677Z    Compiling aes v0.8.4
2026-07-05T00:25:53.4151022Z    Compiling url v2.5.8
2026-07-05T00:25:53.5293846Z    Compiling ctr v0.9.2
2026-07-05T00:25:53.6153564Z    Compiling windows-numerics v0.3.1
2026-07-05T00:25:53.6405941Z    Compiling windows-collections v0.3.2
2026-07-05T00:25:53.8084574Z    Compiling rusqlite v0.32.1
2026-07-05T00:25:53.8125377Z    Compiling cobs v0.3.0
2026-07-05T00:25:54.0006518Z    Compiling sha2 v0.11.0-rc.5
2026-07-05T00:25:54.0325048Z    Compiling postcard-derive v0.2.2
2026-07-05T00:25:54.1369088Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-05T00:25:54.1578400Z    Compiling time v0.3.47
2026-07-05T00:25:54.2515395Z    Compiling fs2 v0.4.3
2026-07-05T00:25:54.3495083Z    Compiling http-body-util v0.1.3
2026-07-05T00:25:54.4384446Z    Compiling aead v0.5.2
2026-07-05T00:25:54.5736679Z    Compiling utf8parse v0.2.2
2026-07-05T00:25:54.6766531Z    Compiling arrayvec v0.7.6
2026-07-05T00:25:54.6864509Z    Compiling widestring v1.2.1
2026-07-05T00:25:54.7059437Z    Compiling ipconfig v0.3.4
2026-07-05T00:25:54.7456293Z    Compiling data-encoding-macro v0.1.20
2026-07-05T00:25:54.7732998Z    Compiling aes-gcm v0.10.3
2026-07-05T00:25:54.9112450Z    Compiling postcard v1.1.3
2026-07-05T00:25:54.9374579Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-05T00:25:54.9842783Z    Compiling spt-store v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-07-05T00:25:54.9899419Z    Compiling windows v0.62.2
2026-07-05T00:25:55.0166866Z    Compiling num_enum_derive v0.7.6
2026-07-05T00:25:55.2642499Z    Compiling windows-sys v0.59.0
2026-07-05T00:25:55.5083594Z    Compiling crossbeam-epoch v0.9.18
2026-07-05T00:25:55.5084211Z    Compiling crossbeam-channel v0.5.15
2026-07-05T00:25:55.5862696Z    Compiling tower v0.5.3
2026-07-05T00:25:55.6225379Z    Compiling chrono v0.4.45
2026-07-05T00:25:56.1041915Z    Compiling enum-assoc v1.3.0
2026-07-05T00:25:56.1275690Z    Compiling strum_macros v0.28.0
2026-07-05T00:25:56.3928404Z    Compiling iroh-metrics-derive v0.4.1
2026-07-05T00:25:56.5863214Z    Compiling async-trait v0.1.89
2026-07-05T00:25:56.6276046Z    Compiling windows-registry v0.6.1
2026-07-05T00:25:56.8065981Z    Compiling blake3 v1.8.5
2026-07-05T00:25:56.8529575Z    Compiling memoffset v0.6.5
2026-07-05T00:25:57.1766668Z    Compiling netwatch v0.16.0
2026-07-05T00:25:57.2183077Z    Compiling noq v0.18.0
2026-07-05T00:25:57.2360300Z    Compiling acto v0.8.2
2026-07-05T00:25:57.3525303Z    Compiling xml-rs v0.8.28
2026-07-05T00:25:57.3762624Z    Compiling identity-hash v0.1.0
2026-07-05T00:25:57.3832409Z    Compiling tagptr v0.2.0
2026-07-05T00:25:57.4734876Z    Compiling thiserror v1.0.69
2026-07-05T00:25:57.7140212Z    Compiling rustc-hash v2.1.2
2026-07-05T00:25:57.8077808Z    Compiling foldhash v0.2.0
2026-07-05T00:25:57.8244197Z    Compiling mac-addr v0.3.0
2026-07-05T00:25:57.8818135Z    Compiling lru-slab v0.1.2
2026-07-05T00:25:57.9146728Z    Compiling sorted-index-buffer v0.2.1
2026-07-05T00:25:57.9641291Z    Compiling ref-cast v1.0.25
2026-07-05T00:25:58.0330784Z    Compiling hyper v1.10.1
2026-07-05T00:25:58.1226158Z    Compiling hashbrown v0.16.1
2026-07-05T00:25:58.1306025Z    Compiling netdev v0.42.0
2026-07-05T00:25:58.1605498Z    Compiling spt-msg v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-07-05T00:25:58.2457233Z    Compiling xmltree v0.10.3
2026-07-05T00:25:58.2771722Z    Compiling moka v0.12.15
2026-07-05T00:25:58.7528280Z    Compiling iroh-metrics v0.38.3
2026-07-05T00:25:58.9786958Z    Compiling iroh-relay v0.98.0
2026-07-05T00:25:59.0720174Z    Compiling num_enum v0.7.6
2026-07-05T00:25:59.0811997Z    Compiling tower-http v0.6.11
2026-07-05T00:25:59.4975188Z    Compiling strum v0.28.0
2026-07-05T00:25:59.5748553Z    Compiling iroh-base v0.98.0
2026-07-05T00:25:59.7041212Z    Compiling hyper-util v0.1.20
2026-07-05T00:25:59.8859162Z    Compiling attohttpc v0.30.1
2026-07-05T00:25:59.8883946Z    Compiling n0-watcher v0.6.1
2026-07-05T00:25:59.9041140Z    Compiling tokio-stream v0.1.18
2026-07-05T00:25:59.9847569Z    Compiling toml_datetime v0.6.11
2026-07-05T00:26:00.0218176Z    Compiling serde_spanned v0.6.9
2026-07-05T00:26:00.0679625Z    Compiling thiserror-impl v1.0.69
2026-07-05T00:26:00.2890874Z    Compiling ref-cast-impl v1.0.25
2026-07-05T00:26:00.4499899Z    Compiling serde_derive_internals v0.29.1
2026-07-05T00:26:00.5975373Z    Compiling simple-dns v0.9.3
2026-07-05T00:26:00.5989317Z    Compiling serial-core v0.4.0
2026-07-05T00:26:00.6157696Z    Compiling aho-corasick v1.1.4
2026-07-05T00:26:00.6388477Z    Compiling constant_time_eq v0.4.2
2026-07-05T00:26:00.7432219Z    Compiling toml_write v0.1.2
2026-07-05T00:26:00.9674649Z    Compiling resolv-conf v0.7.6
2026-07-05T00:26:01.0628741Z    Compiling winreg v0.10.1
2026-07-05T00:26:01.1537709Z    Compiling smol_str v0.1.24
2026-07-05T00:26:01.2003872Z    Compiling sha1_smol v1.0.1
2026-07-05T00:26:01.2004415Z    Compiling simdutf8 v0.1.5
2026-07-05T00:26:01.2471101Z    Compiling winnow v0.7.15
2026-07-05T00:26:01.2521446Z    Compiling arrayref v0.3.9
2026-07-05T00:26:01.4143106Z    Compiling regex-syntax v0.8.10
2026-07-05T00:26:01.4974555Z    Compiling igd-next v0.17.1
2026-07-05T00:26:01.8253488Z    Compiling iroh-dns v0.98.0
2026-07-05T00:26:02.0151774Z    Compiling serial-windows v0.4.0
2026-07-05T00:26:02.0437606Z    Compiling schemars_derive v1.2.1
2026-07-05T00:26:02.3917472Z    Compiling lru v0.16.4
2026-07-05T00:26:02.6167586Z    Compiling webpki-roots v1.0.7
2026-07-05T00:26:02.6462346Z    Compiling seize v0.5.1
2026-07-05T00:26:02.6892436Z    Compiling darling_core v0.23.0
2026-07-05T00:26:02.6917058Z    Compiling hmac v0.12.1
2026-07-05T00:26:02.7646992Z    Compiling serde_bytes v0.11.19
2026-07-05T00:26:02.8267299Z    Compiling iroh v0.98.2
2026-07-05T00:26:02.8492320Z    Compiling pin-utils v0.1.0
2026-07-05T00:26:02.9463117Z    Compiling bitflags v1.3.2
2026-07-05T00:26:03.0059230Z    Compiling dyn-clone v1.0.20
2026-07-05T00:26:03.0470091Z    Compiling lazy_static v1.5.0
2026-07-05T00:26:03.1432527Z    Compiling cmov v0.5.4
2026-07-05T00:26:03.1769949Z    Compiling anstyle v1.0.14
2026-07-05T00:26:03.2084312Z    Compiling once_cell_polyfill v1.70.2
2026-07-05T00:26:03.2791795Z    Compiling shared_library v0.1.9
2026-07-05T00:26:03.3624785Z    Compiling nix v0.25.1
2026-07-05T00:26:03.4020500Z    Compiling toml_edit v0.22.27
2026-07-05T00:26:03.4641193Z    Compiling anstyle-wincon v3.0.11
2026-07-05T00:26:03.4995444Z    Compiling ctutils v0.4.2
2026-07-05T00:26:03.5334372Z    Compiling regex-automata v0.4.14
2026-07-05T00:26:03.5441999Z    Compiling papaya v0.2.4
2026-07-05T00:26:03.6929337Z    Compiling hkdf v0.12.4
2026-07-05T00:26:03.7935236Z    Compiling filedescriptor v0.8.3
2026-07-05T00:26:03.8494448Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-05T00:26:03.8682308Z    Compiling serial v0.4.0
2026-07-05T00:26:03.9323996Z    Compiling anstyle-parse v1.0.0
2026-07-05T00:26:04.0323026Z    Compiling backon v1.6.0
2026-07-05T00:26:04.1487233Z    Compiling anstyle-query v1.1.5
2026-07-05T00:26:04.1487819Z    Compiling vte_generate_state_changes v0.1.2
2026-07-05T00:26:04.2020494Z    Compiling downcast-rs v1.2.1
2026-07-05T00:26:04.3965472Z    Compiling is_terminal_polyfill v1.70.2
2026-07-05T00:26:04.4089998Z    Compiling shell-words v1.1.1
2026-07-05T00:26:04.4095526Z    Compiling colorchoice v1.0.5
2026-07-05T00:26:04.4996660Z    Compiling schemars v1.2.1
2026-07-05T00:26:04.5869114Z    Compiling foldhash v0.1.5
2026-07-05T00:26:04.6293268Z    Compiling paste v1.0.15
2026-07-05T00:26:04.6375882Z    Compiling instability v0.3.12
2026-07-05T00:26:04.6984638Z    Compiling vte v0.13.1
2026-07-05T00:26:04.7664728Z    Compiling portable-pty v0.8.1
2026-07-05T00:26:04.7768765Z    Compiling anstream v1.0.0
2026-07-05T00:26:04.9479964Z    Compiling hashbrown v0.15.5
2026-07-05T00:26:05.2400164Z    Compiling spake2 v0.4.0
2026-07-05T00:26:05.4474000Z    Compiling toml v0.8.23
2026-07-05T00:26:05.6444368Z    Compiling strum_macros v0.26.4
2026-07-05T00:26:05.7689477Z    Compiling terminal_size v0.4.4
2026-07-05T00:26:05.7973816Z    Compiling crossterm_winapi v0.9.1
2026-07-05T00:26:05.8442180Z    Compiling regex v1.12.3
2026-07-05T00:26:05.9511225Z    Compiling itertools v0.13.0
2026-07-05T00:26:06.3056180Z    Compiling wmi v0.18.4
2026-07-05T00:26:06.3525539Z    Compiling spt-runtime v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-07-05T00:26:06.4478423Z    Compiling sha1 v0.10.6
2026-07-05T00:26:06.5664699Z    Compiling castaway v0.2.4
2026-07-05T00:26:06.6800917Z    Compiling indoc v2.0.7
2026-07-05T00:26:06.7789184Z    Compiling doctest-file v1.1.1
2026-07-05T00:26:06.8042894Z    Compiling static_assertions v1.1.0
2026-07-05T00:26:06.8376812Z    Compiling darling_macro v0.23.0
2026-07-05T00:26:06.9729787Z    Compiling unicode-width v0.1.14
2026-07-05T00:26:07.3906431Z    Compiling recvmsg v1.0.0
2026-07-05T00:26:07.4795250Z    Compiling darling v0.23.0
2026-07-05T00:26:07.4887993Z    Compiling clap_lex v1.1.0
2026-07-05T00:26:07.5514337Z    Compiling unicode-truncate v1.1.0
2026-07-05T00:26:07.7065889Z    Compiling compact_str v0.8.2
2026-07-05T00:26:07.9047662Z    Compiling interprocess v2.4.2
2026-07-05T00:26:07.9535762Z    Compiling clap_builder v4.6.0
2026-07-05T00:26:08.0807129Z    Compiling crossterm v0.28.1
2026-07-05T00:26:08.4074535Z    Compiling portmapper v0.16.0
2026-07-05T00:26:08.4491121Z    Compiling strum v0.26.3
2026-07-05T00:26:08.8877534Z    Compiling lru v0.12.5
2026-07-05T00:26:08.9180756Z    Compiling spt-term v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-07-05T00:26:09.2287278Z    Compiling spt-live v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-07-05T00:26:09.4265132Z    Compiling clap_derive v4.6.1
2026-07-05T00:26:09.4880704Z    Compiling error-code v3.3.2
2026-07-05T00:26:09.8689169Z    Compiling unicode-width v0.2.0
2026-07-05T00:26:09.8758741Z    Compiling cassowary v0.3.0
2026-07-05T00:26:09.9969370Z    Compiling clipboard-win v5.4.1
2026-07-05T00:26:10.0073250Z    Compiling nucleo-matcher v0.3.1
2026-07-05T00:26:10.0200647Z    Compiling qrcode v0.14.1
2026-07-05T00:26:10.0439221Z    Compiling tempfile v3.27.0
2026-07-05T00:26:10.3793269Z    Compiling ratatui v0.29.0
2026-07-05T00:26:12.5511857Z    Compiling clap v4.6.1
2026-07-05T00:26:27.9696159Z    Compiling rustls-webpki v0.103.13
2026-07-05T00:26:30.3635446Z    Compiling tokio-rustls v0.26.4
2026-07-05T00:26:30.3635922Z    Compiling noq-proto v0.17.0
2026-07-05T00:26:30.3636253Z    Compiling rustls-platform-verifier v0.7.0
2026-07-05T00:26:30.5218301Z    Compiling hyper-rustls v0.27.9
2026-07-05T00:26:30.5218778Z    Compiling hickory-net v0.26.0-beta.4
2026-07-05T00:26:30.5219071Z    Compiling tokio-websockets v0.13.2
2026-07-05T00:26:30.6706225Z    Compiling reqwest v0.13.4
2026-07-05T00:26:31.7133474Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-05T00:26:49.4837023Z    Compiling spt-net v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-07-05T00:26:50.9786485Z    Compiling spt-daemon v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-07-05T00:27:01.4531437Z    Compiling spt v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-07-05T00:27:09.6897748Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 33s
2026-07-05T00:27:09.7138043Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-e8329339fd16cbd9.exe)
2026-07-05T00:27:09.7740987Z 
2026-07-05T00:27:09.7741397Z running 1 test
2026-07-05T00:27:16.9628691Z test new_brain_serves_against_old_broker ... ok
2026-07-05T00:27:16.9628931Z 
2026-07-05T00:27:16.9629103Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.19s
2026-07-05T00:27:16.9629377Z 
